* cut - a recreation of the Unix(Tm) cut(1) command.
*
* syntax: cut -cLIST[ file1 ...]
* cut -fLIST [-d char][ -s][ file1 ...]
*
* Copyright (C) 1984 by David M. Ihnat
*
* This program is a total rewrite of the Bell Laboratories Unix(Tm)
* command of the same name, as of System V. It contains no proprietary
* code, and therefore may be used without violation of any proprietary
* agreements whatsoever. However, you will notice that the program is
* copyrighted by me. This is to assure the program does *not* fall
* into the public domain. Thus, I may specify just what I am now:
* This program may be freely copied and distributed, provided this notice
* remains; it may not be sold for profit without express written consent of
* the author.
* Please note that I recreated the behavior of the Unix(Tm) 'cut' command
* as faithfully as possible; however, I haven't run a full set of regression
* tests. Thus, the user of this program accepts full responsibility for any
* effects or loss; in particular, the author is not responsible for any losses, * explicit or incidental, that may be incurred through use of this program.
*
* I ask that any bugs (and, if possible, fixes) be reported to me when